We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

$this->session->conditions (from the INVO tutorial)

In the ProductsController (and two other controllers) we have this line:

$this->session->conditions = null;

What is this, I wonder? I can't find it in the documentation.



33.8k
Accepted
answer

It is just setting to NULL a variable inside the session.